C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / AutoScroll Property

In This Topic
AutoScroll Property (TransposedMultiRow<T>)
In This Topic
Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property AutoScroll As Boolean
 
See Also